projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee9bb14
)
Turn on MALLOC_CHECK.
author
robertl
<robertl>
Mon, 9 Jan 2006 20:34:29 +0000
(20:34 +0000)
committer
robertl
<robertl>
Mon, 9 Jan 2006 20:34:29 +0000
(20:34 +0000)
testo
patch
|
blob
|
history
diff --git
a/testo
b/testo
index 07c8f59c81be6387769ea05398faf80c6f4dd8ca..8206d0ae6aab878bd3c3e839ee9150a01791cfc4 100755
(executable)
--- a/
testo
+++ b/
testo
@@
-1,6
+1,10
@@
GPSBABEL_FREEZE_TIME=y
export GPSBABEL_FREEZE_TIME
+# Turn on GNU libc instrumentation.
+MALLOC_CHECK_=2
+export MALLOC_CHECK_
+
PNAME=${PNAME:-./gpsbabel}
DIFF=${DIFF:-diff}
OD=${OD:-od -Ax -txC -v}